Search Results
Well this section is for scripting only. Try this one: http://forum.sa-mp.com/forumdisplay.php?f=13.
184
Why wouldn't it be legal lol? He bought the hosted tab and want to give it to someone for an admin rank. @edit: Wrong section anyway.
184
INI_String is a define, if u give that function a wrong number of params, it won't work properly so the error is correct. Add a third parameter which will tell the function the size of PlayerInfo[play...
105
Just told you to add "}" before "case 1:"
113
It's for scripting so he can use it, I use it too.
84
Sorry didn't notice ur comment, add } before case 1
113
Tell me exactly which line it is, will be easier and will find what's wrong immediately.
113
pawn Код: forward OnPlayerExitVehicle(playerid, vehicleid);native GetVehicleModel(vehicleid);native GetVehicleColor(vehicleid);native GetVehiclePos(vehicleid, &Float:X, &Float:Y, &Floa...
73
Isn't y_class better for this? https://sampforum.blast.hk/showthread.php?tid=285756
54
Fastest way is to use strcpy. Its in the YSI 3.0, if you don't want to use it then just at the top of ur gamemode add: pawn Код: #define strcpy(%0,%1,%2) strcat((%0[0] = '\0', %0), %1, %2) and the...
101
pawn Код: CMD:report(playerid,params[]){    new string[128],id;    if(sscanf(params,"us",id,string)) return SendClientMessage(playerid,COLOR_GRAY,"SYNTAX: /report [id] [reason]");    else if...
154
https://sampwiki.blast.hk/wiki/SetPlayerSkillLevel
61
@UP: Second part of the post wasn't there when I was posting :P Quote: Originally Posted by AndreT You're doing it wrong. You need to have one textdraw per player, not one per all. Creat...
180
It was reported in 0.3d Section that similar bugs occurs. Maybe it will be fixed.
100
It is defined, but it replaces the whole admin system, so the function as well. When you call IsPlayerAdmin, it does something else now //edit: Quote: Originally Posted by Meta Okay, th...
352
First of all Код: #define IsPlayerAdmin(%0) CallRemoteFunction("IsPlayerAdminX", "d", %0); there should not be ";" at the end Second of all, this is much better solution since you use PVars: КÐ...
352
Nope, doesn't work ;/ Edit: Noticed that { int variables } only work with proper numbers, not variables, but how i suppost to do this lol.
101
I think u read it wrong, I got { } not ( ) :P
101
I've got this code Код: mysql_query_array(string, MYSQL_RESULT_RESET_POBJECTS, {playerid, index}); and get this error Код: error 008: must be a constant expression; assumed zero I did the same...
101
Maybe GetName(playerid) suppost to be a GetName[playerid], dunno if you got it as a function or variable but check. @UP: Was posting when ur post wasn't there :P
68