Quote:
Originally Posted by jiggy89
pawn Код:
if (strcmp("/myrespect", cmdtext, true, 10) == 0) { new string[64]; format(string, sizeof(string),"You have + %d + \"respect points.\"",GetPlayerRespect(playerid)); SendClientMessage(playerid, COLOR, string); return 1; }
try this ?
he forgot at SendClientMessage a " ; "
|
I noticed that and still isn't working. I think that there is no such thing set/GetPlayerRespect so I tried to create it by using "new"
Still got the same errors.