Quote:
Originally Posted by paulor
pawn Код:
dcmd_sortear(playerid, params[]) { if(!strlen(params)) return SendClientMessage(playerid, -1, "/sortear [quantia]");
new Quantia = strval(params); new VBString[64],VBNome[MAX_PLAYER_NAME],VBRand; VBRand = random(GetMaxPlayers()); GetPlayerName(VBRand, VBNome, MAX_PLAYER_NAME); GivePlayerMoney(VBRand,Quantia); format(VBString,sizeof VBString,"%s foi sorteado e ganhou %d.",VBNome,Quantia); SendClientMessageToAll(-1,BornString); return true; }
|
De onde saiu esse BornString ??