[HELP] /robstore command is not working in different Map [Zone] - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [HELP] /robstore command is not working in different Map [Zone] (
/showthread.php?tid=540089)
aDARSH -
Adarsh007 - 02.10.2014
<rEMOVED>
Re: [HELP] /robstore command is not working in different Map [Zone] -
mant - 02.10.2014
use this with any interior u like it
Quote:
if(GetPlayerInterior(playerid) == INTERIORID)
|
Re: [HELP] /robstore command is not working in different Map [Zone] -
Josh_Main - 02.10.2014
Quote:
Originally Posted by Adarsh007
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]
|
Post your code so we can help you mate
Re: [HELP] /robstore command is not working in different Map [Zone] -
mant - 02.10.2014
or this
Quote:
if(IsPlayerInRangeOfPoint(playerid, 7.0, 2695.6880, -1704.6300, 11.843)
|
will working fine
Re: [HELP] /robstore command is not working in different Map [Zone] -
biker122 - 02.10.2014
You have to configure the zones.
Re: [HELP] /robstore command is not working in different Map [Zone] -
YanLanger - 03.10.2014
You mean u can rob in SF but not in LS
Then take the SF cmd (or w/e) and change the 00.52323.434.6 or whatever you numbers u have and replace it with the LS stores (If u didn't understand tell me)
Good luck.
Re : [HELP] /robstore command is not working in different Map [Zone] -
Adarsh007 - 03.10.2014
<rEMOVED>
Re: [HELP] /robstore command is not working in different Map [Zone] -
YanLanger - 03.10.2014
If i am not wrong under
PHP код:
public OnPlayerCommandText(playerid, cmdtext[])
{
return 1;
}
Re: [HELP] /robstore command is not working in different Map [Zone] -
Adarsh007 - 03.10.2014
<rEMOVED>
Re: [HELP] /robstore command is not working in different Map [Zone] -
YanLanger - 03.10.2014
so, does your cmd works?