Quote:
Originally Posted by [Full]Garfield[XDB]
do momento que to com poblemas de codar, desenvolvi este code.
pawn Код:
if(strcmp(cmdtext, "/roubar", true) == 0) { new str[128]; new Nome[40]; new Float:x,Float:y,Float:z; GetPlayerPos(Playerid, x,y,z); if(x,y,z == POSIЗВO_BANCO_X,POSIЗВO_Y,POSIЗВO_Z) { format(str,sizeof(str),"Adivinha quem ta assantando o banco ? Sr.%s",GetPlayerName(playerid, Nome(sizeof(Nome)); GivePlayerMoney(playerid, 9000); } return 1; }
|
nгo falto um "SendClientMessageToAll"
._.