Quote:
Originally Posted by [L3th4l]
pawn Код:
new clothes1[MAX_PLAYERS;
stock hasclothes1(playerid) { new istr[15];
if(clothes1[playerid] == 1) istr = "has clothes1"; else if(clothes1[playerid] == 0) istr = "has no clothes1";
return istr; }
Usage:
printf("%s %s", pname(playerid), hasclothes1(playerid));
|
Omg!Thank you so much! Works great!!!! Rep+