23.03.2009, 14:17
so wherewould i place that code in this??
in here:
cuz if i was supposed to place it somewhere in my script it didnt work.
in here:
Код:
if (strcmp("/wall", cmdtext, true, 10) == 0)
{
if(GetPlayerMoney(playerid) <= 20000) return SendClientMessage(playerid,red, "You need $20,000$");
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x, y, z);
CreateObject(974,x,y+2,z,0,0,0);
GivePlayerMoney(playerid,-20000);
return 1;
}

