Search Results
Just remove the color codes that are in the text and it will work fine.
112
I guess you are asking if there is a way to make the checkpoints fast without having to set each one? I dont think so, just go to the locations you want and use /save and paste the function for creati...
175
Of course using a streamer would be better,Everything in samp has a limit and by a streamer you can pass these limits, And it's all the same,there is no better way, but using a streamer would be bette...
175
For sure you have ftp, download the files for 0.3.7 r2 and replace them with the current files ,if you dont have ftp then contact the host
135
Quote: Originally Posted by thomasanderson39 I need Professional Scripters I need Professional Mappers I need Professional Server Owner and the scripter also will be server owner I n...
202,772
Do you want to check online members from a squad?if yes then why bothering selecting from database and.. but If you want to make it show offline members, since there can be only two memebrs, then why ...
203
Remember that in dynamic objects there is streamdistance and drawdistance try to make them bigger pawn Код: CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, wo...
210
Seems like you didnt make it as an iterator, you can make it an iterator or you can just use foreach for all of the players and check their squad id, if it matches do whatever you want there.
203
Listen i dont wanna check the code,but here is what to do, put this code in your script and type the command,and then show me the log. pawn Код: CMD:createcar(playerid, params[]) {     new model...
104
it's easy, here: pawn Код: CMD:carpackage(playerid){    if(IsPlayerConnected(playerid))    {        SendClientMessageToAll(-1, "A Supply drop is on the way to the map!");    }    retur...
177
Just a note, did you try to change the gametext to a client Message? Try to change: pawn Код: GameTextForPlayer(playerid, "~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~y~Location Gangzone", 3000, 3); to: p...
125
If you really cant do it then we will have to use teamviewer,believe me it's easy, here is what you have to do: pawn Код: new Text:yourtext; //anywhere up in your scriptpublic OnGameModeInit(){  ...
87
There you go: pawn Код: new VehicleLastDriver[MAX_VEHICLES]; //put this at the top of the scriptpublic OnPlayerStateChange(playerid, newstate, oldstate) {     if(newstate == PLAYER_STATE_DRIVER)...
99
Trust me it wont be that hard to learn MySQL, Just read about it and look at tutorials and how they use queries and you will be fine, Also if you need help with any issue about scripting you can PM si...
102
You mean spikes that pop the wheels?here is the object id:2899
83
You will have to use a web that returns his location using his IP address,you can use this include: https://sampforum.blast.hk/showthread.php?tid=296171
99
pawn Код: else if(clickedid == TDEditor_TD[9]){        if(GetPlayerMoney(playerid) < 1800) return SendClientMessage(playerid, -1, "You dont have enough money to buy this gun.");    //Buy ...
142
We are currently looking for: Beta Testers and Bug Testers It is a unique roleplay server, If you are interested PM me for more information. Requirements: 1.Speak English fluently. 2.Have skype. 3.Be ...
202,772