Search Results
Quote: Originally Posted by Andregood Easily possible not sure what you guys are talking about lol It's possible to Speed-Run like Flash when press key? SORRY FOR MY BAD ENGLISH!
193
Quote: Originally Posted by AbyssMorgan PHP код: new Float:x,Float:y,Float:z; GetPlayerVelocity(playerid,x,y,z); SetPlayerVelocity(playerid,x*1.2,y*1.2,z);  Not working ....
193
How to make to run faster? i tried Код: new Float:x,Float:y,Float:z; GetPlayerVelocity(playerid, Float:x,Float:y,Float:z); GetXYInFrontOfPlayer(playerid, x, y, 1.0); SetPlayerVelocity(playerid, x+...
193
Quote: Originally Posted by Sreyas From what i see from your code it should pass two if conditions to make this if make condtion true.That means weather should be 8 or 16 or 20 and the var...
141
Quote: Originally Posted by Sreyas hmm you should show us more bit of your code buddy. Код: new Float:Temperature[MAX_PLAYERS]; OnPlayerConnect & OnPlayerDisconnect: Код: Te...
141
Код: Temperature[playerid] -= 0.1; if(Temperature[playerid] == 31.0) SM(playerid,0x00FF00FF,"{B9BCBD}TEST"); else if(Temperature[playerid] == 24.0) { SM(playerid,0x00FF00FF,"{B9BCBD}TEST"); ...
141
Try to delete folder 'SAMP' from C >> documents >> GTA San Andreas User Files
130
Quote: Originally Posted by Burridge The only line of code you need to use it is pawn Код: native gpci(playerid, serial[], len); Put it somewhere near the top of your script. Ok tha...
146
Quote: Originally Posted by Burridge You could ban their serial instead. A good example of how it works: http://forum.sa-mp.com/showpost.php?...0&postcount=10 Код: native g...
146
Quote: Originally Posted by Slicebook OnPlayerGiveDamagenot always working(script bug) and 0.3e very old version if i change OnPlayerGiveDamage to OnPlayerTakeDamage,it will work bette...
99
If i ban player,this player change his ip with Proxy-Server.... Please help me,how to put Anti-Proxy?
146
Samp Version - 0.3e,I have DM Server in 0.3e There is no OnPlayerTakeDamage But is Код: public OnPlayerGiveDamage(playerid, damagedid, Float: amount, weaponid) { if(PlayerInfo[playerid][Class]...
99
How to optimize? 1)On Player login (MySQL) Код: SecondTimer[playerid] = SetTimerEx("TimerSecond", 1000, true, "d", playerid); OR 2)public OnPlayerSpawn Код: SecondTimer[playerid] = SetTimer...
59
OnPlayerDeath: Код: SendDeathMessage(killerid, playerid, reason); Код: public OnPlayerGiveDamage(playerid, damagedid, Float: amount, weaponid) { if(damagedid != INVALID_PLAYER_ID) { ...
83
Quote: Originally Posted by SickAttack The function itself doesn't return a specific value. The player's armour is stored in the specified variable. pawn Код: new Float:Armour;GetPlay...
132
Код: new Float:Armour; if(GetPlayerArmour(playerid, Armour) > 2) { SendMes(playerid, 0x00FF00FF, "{B9BCBD}(Anti-Cheat Armour)"); DelayedKick(playerid); } But it not work,when i with set armou...
132
Quote: Originally Posted by zPain PHP код: stock SetTeam(playerid) {     if(swats <= terrorists)     {         swats++;         playerType[playerid] =...
100
Код: stock SetTeam(playerid) { if(swats <= terrorists) { swats++; playerType[playerid] = 1; SetSpawnInfo(playerid, 0, 0, 1480.0984,-1369.8914,121.9811,266.7302, 0, 0, 0, 0, 0, 0); ...
100