title says all..
i got one textdraw cmd in my gamemode, its like this
Code:
CMD:rules(playerid)
{
Rules(playerid);
return true;
}
i got one textdraw cmd in my gamemode, its like this
Code:
CMD:crules(playerid)
{
if(GetPVarInt(playerid, "COP") ==1 ) return 1;
TextDrawShowForPlayer(playerid, CopsRules0);
TextDrawShowForPlayer(playerid, CopsRules1);
TextDrawShowForPlayer(playerid, CopsRules2);
TextDrawShowForPlayer(playerid, CopsRules3);
TextDrawShowForPlayer(playerid, CopsRules4);
return true;
}
Aucun commentaire:
Enregistrer un commentaire