08.01.2011, 23:31
falta o return 1;
pawn Код:
if(strcmp(cmd, "/comprarcreditos", true) == 0)
{
if(IsPlayerConnected(playerid))
{
PlayerInfo[playerid][pCreditos] = 20;
}
}
return 1;

