Search Results
Sad to see it gone just like that , I enjoyed that server a lot. Hopefully it comes back soon.
551
lol why do u have 2 setplayerskin ? Delete SetPlayerSkin(playerid, PlayerInfo[playerid][pChar]);
213
It's probably the compiler issue. Re-download SAMP 0.3e server package and try replacing your old pawno folder with the new one. http://www.sa-mp.com/download.php
233
Try deleting gta_sa.set My Documents > GTA SA Userfiles > gta_sa.set Rejoin a server and see if it works , if not , reinstall samp ?
259
It's possible to add the object on your car , but not shoot the minigun bullets.
188
https://sampwiki.blast.hk/wiki/GetVehicleVelocity
115
Well isn't game text style 2 supposed to be bugged and cause problems ? Or is that fixed now ? (Doesn't seem like it)
92
The way Newbienoob did it is correct, I don't know what mistake you made
134
This is the easiest and simplest way I did it with dini, so maybe try removing all the stuff you did and do it this way: pawn Код: // put this in your register command ( isnt required but you can...
195
Maybe you didn't add the plugins to your Volt Host server config file ? Like I said , open a support ticket if nothing helps.
298
Open a support ticket on Volt Host. They are very helpful with solving SAMP server problems. You can also try this: Go to Volt Host > Server Dashboard > FTP Accounts > Reset File Permission...
298
Weird I don't think this will make a difference but try changing it from COMMAND:heal to CMD:heal
253
Are you sure you put the command outside of any other callback , like at the bottom of the script for example ?
253
Quote: Originally Posted by SA-MPDrifter If you'd like to post the GM script here so we can see what the problem is that would be great, but there's also a possibility that it's something ...
263
Oops my fault, replace both with: GameTextForPlayer(playerid,"~g~ on duty", 5000, 3); GameTextForPlayer(playerid,"~r~ off duty", 5000, 3);
230
If that is your admin variable, everything should be like this: pawn Код: if (strcmp("/duty", cmdtext, true, 5) == 0){    if(PlayerInfo[playerid][pAdmin] <= 0) return SendClientMessage(playe...
230
Quote: Originally Posted by Sp3cter Thanks but i don't want in RCON , just from admin level 1 to 1338 and without using zcmd ... What is your script admin variables? Do you have someth...
230
Probably because you didn't return a value. Try this: pawn Код: public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]){    switch(dialogid)    {        case KickBox ...
190
Quote: Originally Posted by kbalor pawn Код: dcmd_onduty(playerid,params[]){    #pragma unused params    if (AccInfo[playerid][Level] >= 1)    {        if(AccInfo[playerid...
230
This is confusing ... the thread name says "Set time to night when people join?" Then he's asking to set the time "when the server starts" Which one do you want really ?
160