Search Results
pawn Код: enum PlayerInfo{    Pass[129], //User's password    Adminlevel, //User's admin level    VIPlevel, //User's vip level    Helperlevel,    Money, //User's money    Scores, //Use...
141
Hello, I am having a big problem after merging my old filterscript(Login/registering) with my new gamemode. I merged everything well but get the following errors: pawn Код: C:\Users\sduser\Deskto...
141
About the icon put pawn Код: SendDeathMessage(killerid, playerid, reason); Into your OnPlayerDeath like this: pawn Код: public OnPlayerDeath(playerid, killerid, reason){    SendDeathMessage...
235
Quote: Originally Posted by Stolyse I already use PM me your create objects or post 1 line of createobjects here.
717
Use streamdistance. Like the following pawn Код: CreateDynamicObject(3498, -1941.80, 535.92, 575.96,   0.00, 0.00, 0.00, -1, -1, -1, 2000.0000000); How to change them in 1 time 1. Select all you...
717
Hello, I am a rookie Or not even scripter. I would like to know what i should do to make a CMD to send a PM to a specific username. like /se7evolution [text]. will be send to se7evolution and he will ...
122
Those are mods you can't actually add them.
60
Works nice! But just one thing, are there any converters that can convert pawn Код: CreateDynamicObject(3998, 285.64, -1881.27, -9.15,   0.00, 0.00, 0.00); TO pawn Код: CreateDynamicObject(...
123
It isnt workin for me. Could it be the CreateDynamicObject? Since you need streamer for it.. I use convertffs to convert the createobjects to dynamics.
123
Hello, I would like to test some airport maps but i couldn't find out how i can make a objects viewable at a large distance like http://www.sa-mp.com/stuff/03xShots/ddist2_s.png I already downloaded S...
123
C:\Users\sduser\Desktop\My Own Server\gamemodes\Server.pwn(423) : error 017: undefined symbol "cmd_cmds" C:\Users\sduser\Desktop\My Own Server\gamemodes\Server.pwn(424) : warning 225: unreachable code...
153
Quote: Originally Posted by tyler12 CMD:commands(playerid,params[]){ { return cmd_cmds(playerid,params); } what do you mean? Could you edit if from my script?
153
This is my script: pawn Код: CMD:cmds(playerid,params[]){    new stringtwo[1024];    strcat(stringtwo,"/cmds - Show you a dialog with all the commands\n/kill - kills your character.\n",sizeof(...
153
What do i have to add after CreateVehicle? Edit: The spawn doesnt work with CreateVehicle: Code: Only create trains with AddStaticVehicle/Ex
134
Hello, I am trying to create something so if player exit a vehicle Here a Brownstreak the vehicle will be destroyed. This is my code for spawn into a Brownstreak. Never tested it because i am on my ne...
134
Hello, I just need some help, i think its a simple bug fix but couldn't find out how. Error pawn Код: error 035: argument type mismatch (argument 2) This is what i have as includes. pawn Код...
79
Doesnt work here are some of the codes that have something to do with kill. pawn Код: public OnGameModeExit(){    KillTimer(ScoreTimer);    return 1;} Anti Spawn Kill pawn Код: public An...
101