Search Results
oh lol , sorry for my "idiot"-ness. xD
107
Whats wrong with that code? It's the same with mine.
107
pawn Код: forward plantboom(playerid);public plantboom(playerid){    SendClientMessageToAll(0xFF0000FF, "[BOMB]: Bomb exploded!");    GivePlayerMoney(playerid, 12500);    GivePlayerScore(pla...
107
Quote: Originally Posted by Extraordinariness SetPlayerTeam doesn't work. lol.
127
Okay, I'll try. _________ Thanks man
127
I am looking for good anti teamkill not anti team kill kick. SetPlayerTeam doesn't work. OPSP works, but when you spam it, he still reduces health. I want something like TDM servers when you spam the ...
127
Thanks. Oh btw it says "error number I forget: function differs from prototype" and I searched more in wiki and it says, ", bodypart only works for 0.3z.". but I use 0.3z!
75
how do I detect(script) if the player hits by an explosion?
75
Quote: Originally Posted by Niko_boy you are close enough though. Read this: https://sampwiki.blast.hk/wiki/OnPlayerRequestClass so here, pawn Код: if(classid == 2) {        Ga...
89
pawn Код: if(classid == 2) {    GameTextForPlayer(playerid, "~r~ Fucker Team", 9999999, 6); how do I restrict it. pawn Код: if(classid == 2 && PlayerInfo[playerid][pFaction] == 1) ...
89
Quote: Originally Posted by _Jake_ Код: case 1..15: You were getting the Weapon ID ranging from 1 to 15. Most of weapons on that weaponID are used in RPs - And you are banning them if ...
169
I do not know how MoveObject works so I used DestroyObject.
126
pawn Код: public OnPlayerKeyStateChange(playerid, newkeys, oldkeys){    if (PRESSED(KEY_FIRE))    {        switch(GetPlayerWeapon(playerid))        {            case 1..15:    ...
169
Oh, I didnt think of that. Thanks lol
96
I made a new login system. pawn Код: INI_String("Password",PlayerInfo[playerid][pPass], 129); Код: C:\Documents and Settings\eros\Desktop\SAMP Server\gamemodes\awp.pwn(78) : error 001: expec...
96
pawn Код: #define toll "100"// change your toll priceCMD:opentoll(playerid, params[]){    if(IsPlayerInRangeOfPoint(playerid, 100, 2695.6880, -1704.6300, 11.8438))    {                ...
126