Search Results
I've stopped scripting in about 2015/2016, so obviously i still got a journey to recover from all that time not scripting, but my question is, is it possible to be scripting from Ubuntu(Linux)? That i...
66
In derby players just do /derby and then they're sent to their positons, but how can i make that it checks if position is empty or not before sending the player ? Thanks
50
the code is supposed to work that if player is in tdm and is a terrorist it respawns in a random pos in the terrorists area, and if player is in tdm and is not a terrorist (means he's a police) then h...
70
well everyone knows when u open the local server from samp.exe (local ip: 127.0.0.1ort) you're the only one allowed to join, couple of months ago my friend told me a way using Utorrent to allow other ...
49
Quote: Originally Posted by xPhantom Update your streamer plugin. Recompile all your mapping filterscripts and gamemode with latest includes. Yup it worked, thanks
86
what do u mean ? btw it runs normally on PC but not on Ultra-H EDIT: ok i'll try updating and compiling
86
Код: [12:30:19] *** CreateDynamicObject: Expecting 12 parameter(s), but found 14 i've received alot of this error, scripts are working correctly but all the maps disappeared any idea ?
86
Code: public OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid, bodypart) { return 1; } error: Code: error 025: function heading differs from prototype any idea whats wrong ??
68
Код: CMD:jail(playerid, params[]) { if(pInfo[playerid][Admin] >= 2) { new id, time = 0, reason[50]; if(isnull(params)) return SendClientMessage(playerid, COLOR_LIGHTGREE...
91
Quote: Originally Posted by Konstantinos Код: if(pInfo[playerid][Admin]<3)) Remove the red parentheses. wow i didnt notice that, i feel stupid now xD , thanks EDIT: Repped
118
Код: if(pInfo[playerid][Admin]<3)) SendClientMessage(playerid, RED, "<!>You're not authorized to use this command!"); how to solve this ? Thanks
118
Код: CMD:spec(playerid,params[]) { if(pInfo[playerid][Admin]>=2) { new pID,string[128],string3[128],Name[MAX_PLAYER_NAME]; if(sscanf(params,"u",pID))return SendClientMessage(playerid,COLO...
121
thanks so much man you're a life saver, Repped you for sure
100
if you're familiar with Shabi RoxX's mapping server you'll get the idea, i was wondering if its possible to make the exact same camera mode (for filming purposes). any help ?
100