mardi 29 avril 2014

HOW TO TEXTDRAW THIS?

title says all..




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