Search Results
You need to include zcmd and sscanf for this. Код: CMD:minigun(playerid,params[]) { if(!PlayerIsAdmin(playerid)) return SendClientMessage(playerid,COLOE_RED,"You are not an admin!"); GiveP...
91
I think it is better this way. Код: CMD:trollban(playerid,params[]) { if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid,COLOR_ERROR,"[ERROR]:You are not rcon admin"); new targetid,...
173
You have to explain more clearly what do you want. Bring an example so somebody can understand your problem and help you.
78
It worked! JernejL's map editor helped! Thanks, Team_PRO! Problem Solved!
125
Hallo. I need help with placing a train (BrownStreak) at Unity Station in Los Santos. I used MTA map editor and AddStaticVehicleEx under OnGameModeInit. But the problem is that the train is facing San...
125
pawn Код: public OnPlayerRequestClass(playerid){    InterpolateCameraPos(playerid, 2652.221435, 43.546924, 68.585899, 2136.362548, 42.028499, 34.926959, 60000);    InterpolateCameraLookAt(play...
125
hmmm....sorry i didnt really understand, like this? public ongamemodeinit() { public loadmaps1() { objects } }
123
All objects dissapeared completely. You mean make several OnGameModeInit ??
123
Yes, CreateDynamicObject : Код: CreateDynamicObject(984,-1954.8994141,588.5996094,34.9000015,0.0000000,0.0000000,90.0000000); //object(fenceshit2) (4) CreateDynamicObject(983,-1961.3000488,585.40...
123
I had lots of objects, but when i added a own car system all the objects dissapeared. I can see vehicles but no objects (like they never were there). I updated the server to 0.3x and downloaded the la...
123
Im making teams with gang zones, and I have a problem with this. Код: (21450) : error 029: invalid expression, assumed zero (21450) : error 008: must be a constant expression; assumed zero (21451)...
62
In Notepad++ using TextFX plugin im trying to "Reindent C++ Code", but it gives me this error: I tried reinstalling TextFX plugin but didnt work. Does anyone know what to do? How do i get this comma...
66
Thanks Suthclaw ! That Notepad++ is awesome! But i still have this brace problem. (i think) Well when compiling i get 26errors (undefined symbol), but those errors dont make any sense, cause in place ...
511
The missing bracket finder said its here. And what i must scroll all 21k lines counting brackets?? thats insane. playbox12, what do you mean, you wanted to say something. ____________________________...
511
Here is a piece of my code: Код: public OnPlayerKeyStateChange(playerid, newkeys, oldkeys) { if (newkeys & KEY_SUBMISSION) { new vehicleid = GetPlayerVehicleID(playerid); if(...
511
its because somewhere 1(or more) bracket is missing or too much. use this: https://sampforum.blast.hk/showthread.php?tid=171429
70
i think the problem is that it detects that "[pTutDone] == 0" is 0 and shows the tutorial but after the end of tutorial is doesnt set "[pTutDone]" to "1". make it to change "[pTutDone]" to "1" in the ...
139
1.check all the includes. 2.this gm could have too much errors for pawno to show, so remember recent updates (did you delete something or added something).
226