20.12.2011, 10:41
Quote:
pawn Код:
|
Quote:
D:\The original - copia\pawno\include\PPC_PlayerCommands.inc(10) : error 017: undefined symbol "IsNumeric" D:\The original - copia\pawno\include\PPC_PlayerCommands.inc(19) : error 017: undefined symbol "string" D:\The original - copia\pawno\include\PPC_PlayerCommands.inc(19) : error 017: undefined symbol "string" D:\The original - copia\pawno\include\PPC_PlayerCommands.inc(19) : error 029: invalid expression, assumed zero D:\The original - copia\pawno\include\PPC_PlayerCommands.inc(19) : fatal error 107: too many error messages on one line |
pawn Код:
if(!strlen(tmp) || !strlen(tmp2) || !IsNumeric(tmp2)) return SendClientMessage(playerid, 0xFF0000FF, "[USO]: /ticket [id] [cantidad-multa]");
pawn Код:
format(string,sizeof(string),"Debes tener Cuidado, te han Multado. El Oficial %s te Multo por $%d", nombre, Multa); SendClientMessage(player1,0xFF0000FF,string);