Search Results
Change string pawn Code: new NOUJ[32]; to int pawn Code: new NOUJ; because seems you don't need a string. also change at OnGameModeInit and text(playerid) from %s to %d because %s is for strings ...
300
pawn Code: // Anti FakeKill Flood by RuNix#include <a_samp>new XDeaths[MAX_PLAYERS];new LastDeath[MAX_PLAYERS];public OnFilterScriptInit(){    print("\n---------------------------------------...
796
Player say:/help /help say: type /kill to die wtf ?
268
Quote: Originally Posted by Sayaron Its an good idea, but as we already know. 0.3c is in a feature lockdown Yes but when Kalcor added [03]Garsino's idea to DriveBy with multiple weapons...
186
I know Kalcor said "SA-MP 0.3c RC is now in feature lockdown." but I think that is verry cool to add. Normal: Would be nice: The Health Bar be large! Or ... one scripting Function! Код: Healt...
186
is possible but "SetPlayerCameraLookAt" should be a timer ... and on many players the lag is great But when "SetPlayerCameraRotation" is direct in Client not is lag :P
115
Код: stock IsPlayerInWater(playerid) { new Float:x,Float:y,Float:pz; GetPlayerPos(playerid,x,y,pz); if ( (IsPlayerInArea(playerid, 2032.1371, 1841.2656, 1703.1653, 1467.1099) && pz &l...
289
Quote: Originally Posted by scottyishere I don't really know what you mean, but for converting objects you can use www.convertffs.com Yes I tried ... but not converted and objects rotat...
77
how i can convert ipl to pwn ? ( problem is rotation ) ...
77
Quote: Originally Posted by m0k1 if you want I can make you a patch that add SAMP.img into GTA.img and add objects and ids into mta ... that is very easy easy but ... not work... i add ...
300
pawn Код: public OnPlayerKeyStateChange(playerid, newkeys, oldkeys){    if(newkeys & KEY_SUBMISSION)    {    new string[256];    if(gTeam[playerid] == COP || gTeam[playerid] == SWAT ||...
120
Quote: Originally Posted by [XST]O_x For about the million time,keys NEVER check with '==' . Use '&' to check for keys. pawn Код: if(newkeys & KEY_SUBMISSION) https://sampwi...
120
hello guys! Look here, I tried to do when you press the key 2 arrest player around you! ... but... not work Can you tell me what's wrong? Код: if(newkeys == KEY_SUBMISSION) { new string[256]; ...
120
Good Job could be better
245
I do not think...I am very sure the area coordinates are correct... any help?
79
Hi! can you help me? ... those who know ... so: To OnGameModeInit i put: Код: SetTimer("BallOut",100,1); football=CreateObject(1598,1520.948,-1133.519,135.133,0.0,0.0,0.0); and I created Код: ...
79
Quote: Originally Posted by [Weponz] I keep getting these errors: 3 Errors Line 3295 : error 029: invalid expression, assumed zero This shouldnt be wrong... Any Help?? Really? show er...
4,911