12.07.2010, 20:42
I Have crieted 1 ATM.
I dont have the command to work.
If i put this:
if(!strcmp(cmdtext,"/withdraw",true))
{
new Float
,Float:y,Float:z;
GetPlayerPos(playerid,x,y,z);
if(!IsPlayerInRangeOfPoint(playerid,xofatm,yofatm, zofatm,range)) return SendClientMessage(playerid,0xffffffaa,"You are not near an ATM.");
//rest of the code
return 1;
}
This will work?? and where is the command to trasnfere etc....
I dont have the command to work.
If i put this:
if(!strcmp(cmdtext,"/withdraw",true))
{
new Float

GetPlayerPos(playerid,x,y,z);
if(!IsPlayerInRangeOfPoint(playerid,xofatm,yofatm, zofatm,range)) return SendClientMessage(playerid,0xffffffaa,"You are not near an ATM.");
//rest of the code
return 1;
}
This will work?? and where is the command to trasnfere etc....