Search Results
pawn Code: public OnPlayerDeath(playerid, killerid, reason){    SendDeathMessage(killerid,playerid,reason);    SetPlayerScore(killerid, GetPlayerScore(killerid) + 1);    GivePlayerMoney(killeri...
202
Quote: Originally Posted by BlackRedGold Such responses as yours, I do not seek. If you are not looking for responses of such sort, then I advise you to stop scripting if you ever start...
261
This is all I have in it and I don't think it should give me any problem. pawn Code: public OnPlayerUpdate(playerid){            if(GetPlayerWeapon(playerid) == WEAPON_MINIGUN) {        Ki...
202
Ugh. I recently started scripting a new GM but I have a small bug which is quite frustrating. As soon as somebody gets killed he is dead for the others but...the player who got killed is still alive(...
202
Are you asking us to script a whole gamemode for you? Beside that, we need to see a part of your script to make the commands only work for admins.
223
Problem has been solved, I forgot about one function.
110
What do you mean precisely with setting the timer again? Is there any syntax for it?
110
Alright, I need to reset a timer for my sumo game mode. Once someone dies his timer stops due to KillTimer but it does not reset, how to do this?
110
I have tried running the server on a back-up of an old version of the script and even this did not work. This is rather annoying, does anyone know how to fix it?
149
Yes, I have. Else the script wouldn't compile without any errors.
149
I have this most idiotic problem ever. I changed a few coordinates of this: Код: case 0: { GameTextForPlayer(playerid, "~b~HOBO", 2000, 3); SetPlayerPos(playerid, 1345.4760,-946.1030...
149
Just add it somewhere at the top under enums.
135
Thought so already but wasn't sure. Will try this out. It worked, thanks. Topic can be locked to avoid spam posts.
135
This isn't working for me, I am getting this error : Код: C:\Documents and Settings\Eagle\Bureaublad\samp03bsvr_R2_win32\gamemodes\ladmin4v2.pwn(1044) : warning 235: public function lacks forward ...
135
Alright, thank you. Problem has been solved. Lock this topic to avoid spam posts.
83
Alright, I have to make adjustments to the spawn positions. But when I use /save it does not save into the savedpositions.txt file, it doesn't save anywhere :S Can anyone tell me how to fix this? ...
83