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...
297
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...
297
It might be just me, but I dont get what you are trying to explain.
297
But wouldnt this require me to define every single checkpoint? P.S. Im using Streamer by Incognito
297
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...
297
It would be nice if you included your script here, the part where you get the error from.
136
I want to make teleporters for Cops n Robbers. So that means that I will have to make (and define) each checkpoint/teleporter?
267
And how would I do this? I dont need the exact script, just guidelines
267
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...
267
Make a function for SetPlayerMoney: PHP код: new moneyfirst[MAX_PLAYERS]; stock SetPlayerMoney(playerid,moneyafter) {  moneyfirst[playerid]=moneyafter;  GivePlayerMoney(playerid,moneyafter...
169
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.
267
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
267
How are you giving players the actual item? From what I can see you only 'give' it to them inside the User file
199
Warnings are nothing to worry about. This might give you more information: https://sampwiki.blast.hk/wiki/Errors_Li...:_tag_mismatch
134
But that would still mean I need to define every single entrance?
177
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
177
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...
177
It does include return 1; PHP код: public OnPlayerConnect(playerid) {     if(fexist(UserPath(playerid)))     {         INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExt...
301
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...
301