02.10.2014, 16:41
(
Последний раз редактировалось Adarsh007; 04.10.2014 в 08:27.
)
<rEMOVED>
if(GetPlayerInterior(playerid) == INTERIORID) |
I am Editing a Gamemode which is of San Fierro and I want to Edit it to Los Santos !
I Started with Stores,My First store is Burgershot....... Marker is Showing itself by the Script in Los Santos (Not on Map btw its not the problem i know how to Add it to map) When I Enter it I Can See the Checkpoints 1 for Buy Foods and 1 for Robbing ! My Problem is that I Can't use /robstore in that Checkpoint,But I Can Buy Food on other Checkpoint. But in SF I CAN ROB THAT BURGERSHOT ! SITUATION : When I Enter the Robbing Checkpoint Server message displays use /robstore to rob Burgershot ! But when I Enter Command nothing Happens even it not says wrong cmd.But If I Go through a Distance and use /robstore it says You are not in any Checkpoint that you can Rob ! that Means I am Standing at Right Place But I Can't Understand Why Its Happening !!! PLEASE HELP ME ! [+REP] |
if(IsPlayerInRangeOfPoint(playerid, 7.0, 2695.6880, -1704.6300, 11.843) |
public OnPlayerCommandText(playerid, cmdtext[])
{
return 1;
}