Jump to content

Question

Posted

Recend am vazut un tutorial despre zone text, si in momentul cand trebuia sa adaug textul de m-ai jos , nu am stiut unde , deoarece cel din tutorial avea un pulbic pe care eu nu-l aveam. V-a rug ajutati-ma.

foreach(Player, i)
{
	if(ZoneIndicator[i] == 1) {
	new zone[32];
	GetPlayer3DZone(i, zone ,sizeof(zone));
	PlayerTextDrawSetString(i, ZoneIndicator, string);
	PlayerTextDrawShow(i, ZoneIndicator);
}
	return 
}

 

CMD:credits(playerid, params[]) {
	SendClientMessage(playerid,-1,"Munca depusa merita rasplatita #respect");
	return 1;
}

 

3 answers to this question

Recommended Posts

  • 0
Posted

foreach(Player, i)
{
    if(ZoneIndicator[i] == 1) {
        new zone[32]; GetPlayer3DZone(i, zone ,sizeof(zone));
        PlayerTextDrawSetString(i, ZoneIndicator, zone);
        PlayerTextDrawShow(i, ZoneIndicator);
    }
    return true;
}

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.