Search Results
Hello folks, first I have to say I'm a beginner in scripting and if this is a simple issue, don't criticize me PHP код: if(strcmp(cmd, "/ahelp", true) == 0)     {         if(I...
223
Код: gamemodes\new.pwn(21255) : error 012: invalid function call, not a valid address gamemodes\new.pwn(21255) : warning 215: expression has no effect gamemodes\new.pwn(21255) : error 001: expecte...
113
Nah, tried that but doesn't work tho :/
198
Hey folks. Today I found Pawnify's pizzaboy filterscript and put it on my server but there's a problem with it. Everything's normal during the first part of the mission (which you just pick a pizzabik...
198
PHP код: if (strcmp(cmd, "/admins", true) == 0)         {         if(IsPlayerConnected(playerid))             {                 SendClientMessag...
254
That's nice to show people who's the current admin with which rank but sometimes I need to track them as undercover and they can easily see me in /admins. That causes my need into that command
254
Well, guys I'm actually using Raven's roleplay latest release and as you know that gamemode uses a static admin system (which is in-script) and I want to add a function like "/hide" which hides me in ...
254
Guys but there's a little problem I searched all my code for MP_OPC but there's isn't MP_OPC...
281
I wanna add this in my code but pawno gives this error: Код: D:\*\Games Archive\Grand Theft Auto - San Andreas\Server-WCRP\gamemodes\larp.pwn(85246) : error 021: symbol already defined: "MP_OPC" ...
281
I have a little problem with my in script vehicle system. In my roleplay game, I have nearly 520 faction cars. Their ID's are starting from 3 and ends at 512. So when a player buys a car, there isn't ...
144
Quote: Originally Posted by SKAzini Car[256] = CreateVehicle.. ? Umm, I don't get it
174
I'm using a static vehicle system. I have a roleplay server. When a player buy a car using /v buy server can't create a new vehicle at sf docks. Actually it creates but codes mixing and system creates...
174
Probably lol. I'm a heckin newbie at scripting.
235
How blind am I... Thanks pal. I deleted it and now Quote: D:\*\Games Archive\Grand Theft Auto - San Andreas\Server\gamemodes\larp.pwn(34497) : error 001: expected token: ",", but found "...
235
What's wrong with that line? Код: 34496 - if(PlayerInfo[playerid][pPcarkey] !== 9999 && PlayerInfo[playerid][pPcarkey2] != 9999) Quote: D:\*\Games Archive\Grand Theft Auto -...
235
I wonder how to delete this static car system and add a dynamic system
155
Umm, I'm out of ideas. Well, i'm gonna explain simply I have a gamemode script for roleplay. And when I buy a car from dealership, with /v buy, it creates a car for me but that car always mixing with...
155
Hello all. Today I downloaded new Raven's RP server and put it in 0.3z server that i downloaded from sa-mp.com I setted aslo server.cfg and started my server but it always says Server didn't respond. ...
211