Search Results
I'm pretty sure he means he doesn't want players to lose 100$ when they die. Try doing the opposite, and OnPlayerDeath give the player 100$ As so: Код: public OnPlayerDeath(playerid, killerid, ...
285
Quote: Originally Posted by Salint PHP Code: public OnPlayerSpawn(playerid)  {     new vw = GetPlayerVirtualWorld(playerid);     SendClientMessage(playerid, -1, vw);  Â...
213
I've gone through all my filterscripts and my gamemode and there are no occurences of the word "World" anywhere but the debug.
213
Console says the Actor's virtual world is 0, and when I use the myvw command it doesn't return a value, it only says "Your virtual world is ". I am not spawning the actor in an interior. I find i...
213
No errors or warning when compiling.
213
Maintaining tradition I'm willing to bet this is going to be something stupid from my part, but I have an issue where actors seem to not be spawning. Here is the code. Code: public OnGameModeInit()...
213
Thank you! This has surfaced a new issue, it seems that a few of the gun dealers are selling the wrong weapon. For example, on DealerOGF, if I buy a Micro UZI ingame, it gives me a Colt 45. If anyone ...
111
Thank you so much! I am very new to this and was wondering if you could please explain the reason why the return 0; was the problem. Again, thank you so much! Rep'd!
111
Hello, I am trying to make a Gun dealer system and a 24/7 system, I made both of them in a seperate filterscript and they seem to be conflicting. If I use either of them seperately they both work as i...
111
GUYS I GOT IT WORKING! THANKS FOR ALL YOUR HELP!
180
Here is what I did: Copied the whole code that Avi gave me, then i opened Pawno then clicked new, deleted everything in it and just put the script in there. Then i compiled it. then i saved it has "v...
180
Uhhhh Im so confuuuuused T.T I just dont know how to install it!!! Or make it run, either. EDIT: Ok i figured out the pawno part and stuff but I cant get the filterscript to load it says this on the ...
180
Avi, is there a specific place i need to put the code in Pawno? or can I just lay it somewhere?
180
Hello guys! I want to request a Command where if I type /v it spawns a car and /vdestroy destroys it. I also want a command that ONLY admins can use wich is /respawnall, wich despawns all cars spawne...
180
Can you explain me how to make this work please? Im a begginer
1,258
Guys one more thing. When I do the /armor or /health command, it takes me money. But i dont want it so it goes negative. I want the server to tell the player he hasnt got enough money. How do I do th...
257
Код: new vehicleid = GetPlayerVehicleID(playerid) if (strcmp("/nos", cmdtext, true, 10) == 0) { if(!IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid,DarkR...
257
Line 611: new vehicleid = GetPlayerVehicleID(playerid) if (strcmp("/nos", cmdtext, true, 10) == 0) { if(!IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid,Dark...
257
Could you specify exactly where the bracket is missing? EDIT: I Did something wich got rid of some of the errors, now I only have theese: C:\Users\Joao Pedro\Desktop\Gta SA Server\gamemodes\mygamemo...
257