if(strcmp(cmd, "/atmwithdraw", true) == 0)
{
if(IsPlayerConnected(playerid))
{
if(!PlayerToPoint(3, playerid, -32.276363,-57.995586,1003.139953) || !PlayerToPoint(3, playerid, 374.718902,167.128982,1007.987304))
{
SendClientMessage(playerid, COLOR_GREY, " You are not at an ATM!");
return 1;
}
tmp = strtok(cmdtext, idx);
if(!strlen(tmp))
{