10.07.2010, 15:10
(
Последний раз редактировалось park4bmx; 11.07.2010 в 15:44.
Причина: need help
)
OK guys solved it was really simple
you have this
well the command only wors with cmdstext and it doesnt know that when u type the ID after /makepolice so u need to add idx
Like this
you have this
pawn Код:
if(strcmp(cmdtext,"/makepolice",true) == 0)
Like this
pawn Код:
if(strcmp(cmdtext,"/makepolice",true,idx) == 0)