Search Results
Quote: Originally Posted by jasperschellekens I use something like that for entering/exiting the bank on my server. Might be useful to you. Код: new Bank1; new Bank2; new Bank3; new B...
217
Quote: Originally Posted by NaS Create an Array (with an enumerator) which holds each Shop's Enter/Exit/Robbery Checkpoint Coordinates and the Interior ID (best would be also adding an ang...
217
It might be just me, but I dont get what you are trying to explain.
217
But wouldnt this require me to define every single checkpoint? P.S. Im using Streamer by Incognito
217
Ive seen tutorials on this forums on how to make a robbering system. They work fine but either the timers are not correct or every checkpoint has to be defined. My question is: Is there an easier/simp...
217
It would be nice if you included your script here, the part where you get the error from.
91
I want to make teleporters for Cops n Robbers. So that means that I will have to make (and define) each checkpoint/teleporter?
183
And how would I do this? I dont need the exact script, just guidelines
183
Quote: Originally Posted by saffierr Perhaps CreateDynamicCheckpoint(); ? I dont really get your question My question is: Is there a quicker and easier way to create many checkpoints in...
183
Make a function for SetPlayerMoney: PHP код: new moneyfirst[MAX_PLAYERS]; stock SetPlayerMoney(playerid,moneyafter) {  moneyfirst[playerid]=moneyafter;  GivePlayerMoney(playerid,moneyafter...
97
I probably misinformed you, I'd like to know how? I know I can just define every checkpoint etc but that would take up alot of time. what I'd like to know is if there is an easier way of doing it.
183
What is the best way of making alot of checkpoints (around 40-50). Would that be using the Streamer plugin by Incognito? Please let me know
183
How are you giving players the actual item? From what I can see you only 'give' it to them inside the User file
134
Warnings are nothing to worry about. This might give you more information: https://sampwiki.blast.hk/wiki/Errors_Li...:_tag_mismatch
94
But that would still mean I need to define every single entrance?
121
But that would mean that I still need to define every single BurgerShot. And set each checkpoint to teleport the player to a seperate burgershot
121
Before you link me with tutorials, I do know how to make checkpoints. I want to make a robbing system and I do have it all figured out tho (with 1 store yet). But there are (for example) multiple Burg...
121
It does include return 1; PHP код: public OnPlayerConnect(playerid) {     if(fexist(UserPath(playerid)))     {         INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExt...
186
It worked altough this doesnt work anymore: PHP код: #define COL_WHITE 0xFFFFFF ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,""COL_WHITE"Login",""COL_WHITE"Type your passw...
186