Search Results
not sure if !... works, never actually tried but "if not" is actuall != instead of ==
93
Hello dear San Andreas Multiplayer community, I've been the new owner of BFSAMP now for 2 years and after a while you realise nobody likes you. Here's the Script I took over from 2012, it needs to be ...
783
I doubt any of those replies helped you, since it's a script-based problem you could expect more professional help and attention in the Scripting Help Section.
208
still wrong, remove the return 1/0 at the bottom at NearPolice, that either returns permanently true (is in range) on your idea or permanently false (is not in range) at that suggestion above me every...
147
or simply do ClearAnimations(playerid); OnPlayerEnterVehicle.
83
Код: public OnVehicleDamageStatusUpdate(vehicleid,playerid) { if(GetVehicleHealth(vehicleid) < 400) { SetVehicleParamsEx(vehicleid,0,0,0,0,0,0,0); //Turns Engine and Lights off. SendClien...
82
you should add a "!", it's correct like this: Код: CMD:enter(playerid, params[]) { if(!IsPlayerInRangeOfPoint(playerid, 15.0, -2521.0598,-624.7101,132.7834))return SendClientMessage(p...
109
The Go is a bit smaller than the J., both have the same processor power (2x1GHz) and about 500MB RAM.
218
Quote: Originally Posted by Jamch Hello. i have this wierd problem. i been lookin all over to find out what i can do to fix it. Problem: i am trying to change player's first time spawn wh...
86
You need to go to the position of the interior (very high in the skies), here's a list of all interiors with pictures: http://weedarr.wikidot.com/interior here's the LSPD: LS police HQ 6 x = 246.78...
133
Introduction Oh my gosh! Again a simple /afk /back system?! False! This System is alot different from all the others, not working with commands with 2 exceptions. It's automaticly detecting a guy go...
343
Quote: Originally Posted by Scrillex You didn't get it ... PHP код: else if(g_pClassID[playerid] == 20 || g_pClassID[playerid] == 21 || g_pClassID[playerid] == 22 || ...
113
Quote: Originally Posted by Scrillex Someone? Please maybe someone knows the answer! well, if it's just on the game session where he should spawn on antoher location you could add: som...
113
Quote: Originally Posted by UnknownGamer pawn Код: CMD:drag(playerid, params[]){    new giveplayerid, giveplayer[MAX_PLAYER_NAME], sendername[MAX_PLAYER_NAME], string[128], DragOff[M...
67
however it's defined on the ban command here's an example: PHP код: if(AdminLevel[giveplayerid] == 10) return SendClientMessage(playerid,0xFF00FFFF,"You can't ban this Admin!");  ...
182
Open the grandlarc.pwn with pawno and edit PHP код: GameTextForPlayer(playerid,"~w~Grand Larceny",3000,4);  (at "public OnPlayerConnect(playerid)") the "Grand Lacerny" to whatever you w...
114
this might work: PHP код: public OnPlayerEnterVehicle(playerid,vehicleid,ispassenger) {     if(vehicleid == PrivateVehicle[PV][PrivateVehicleId])      {            if(Pl...
117
Wrong Section. https://sampforum.blast.hk/showthread.php?tid=345747
69
Sorry for the mess, you might correct it in pawno pawn Код: #include <a_samp>#include <streamer>#include <foreach>#define red 0xFF0000AAnew toll1;forward Tolls(playerid);forwar...
84
somewhere on top new PlayerText3D:seedtext; PHP код: CMD:plant(playerid, params[]) {     if(PlayerInfo[playerid][pSeeds] > 2)      {      new Name[MAX_PLAYER_NAME],Float:...
102