06.10.2011, 17:59
pawn Код:
if(strcmp(cmd, "/cancelarcontrato",true) == 0)
{
new giveplayerid;
tmp = strtok(cmdtext, idx);
if(!strlen(tmp)) return SendClientMessage(playerid, -1, "Uso Correto: /CancelarContrato [playerid");
giveplayerid = strval(tmp);
PlayerInfo[giveplayerid][pHeadValue] = 0;
return 1;
}