Search Results
Hello, you can kill them or set their position once you detect negative velocity, or with GetPlayerAnimationIndex 1195, 1197, 1133 and 1130
65
yes damn, i was doing enumerations and put , instead of ; at the end of the new.. figured that by myself now. so sorry, stupid me -.- Thanks anyway +rep
60
pawn Код: new Float:Teleport[4],new interior, vw,new Float:pY, Float:pZ, Float:pAngle; pawn Код: CMD:makeport(playerid, params[]){        new Float:pos[4];        GetPlayerPos(playeri...
60
You could use OnPlayerGiveDamage or OnPlayerTakeDamage, but it can't be detected for your vehicle, only if it's done by vehicle to ped...
90
In that case you are using multiple tickets, you need to have definition for all of them for example PlayerInfo[playerid][TicketInfo1] PlayerInfo[playerid][TicketInfo2] PlayerInfo[playerid][TicketInfo...
191
https://sampforum.blast.hk/showthread.php?tid=297301 ******
147
Quote: Originally Posted by Vince As soon as the vehicle enters water OnVehicleDeath is called, even if the player manages to drive or teleport out. I love you, + rep'ed <3
146
Is that the only way? I mean, don't wanna make the timer with so low time. too much for the script i guess
146
Well, title says it all, i just don't get it how you guys check this, by updating location and checking is it below water level or what? I am making derby fs and i don't get this. lol :P
146
Yah, done... Took me some time but.. lol Thanks for helping +rep
153
Quote: Originally Posted by SilentSoul Your code won't work i mean the setspawn part you're just updating them it won't load for each class its special weapons, skin it will automatically ...
153
pawn Код: public OnGameModeInit(){    AddPlayerClass(163,2296.5662,2451.6270,10.8203,87.8270,0,0,0,0,0,0); // hitman 1    AddPlayerClass(164,2296.5662,2451.6270,10.8203,87.8270,0,0,0,0,0,0); /...
153
Okay so i have like 6-7 classes and each class got like 2-3-4 skins. The problem is when i scrool through classes is loads same skin for every class Here is the part of script how i made it, pawn ...
153
Hey guys, just ******d this.. I have 100% clear gta san andreas + JernejL map editor in my dir.. that's it While noone in server crashes i get crashes 5-6 times per day and my screen starts flicking ...
1,314
For background color? Nvm, i changed it on all pawn Код: SetObjectMaterialText(BlinkText, "{FFFFFF}\n\nWELCOME TO SERVER", 0, 90, "Arial Black", 24, 1, 0x000000FF, 0xFF000000, 1); to black ARGB ...
119
Hi, i've made this object and the timers to swith the text on the objects. It works perfectly several times but when i come near the object it just turns black.. pawn Код: BlinkText = CreateObj...
119
Quote: Originally Posted by S4t3K @Stereotype : I keep thinking about that but I noticed your signature message and you can disable it using /audiomsgoff InGame. That audio message is n...
214
I've got randomized money but it does not says that.. pawn Код: format(string, sizeof(string), "[JOB] You just finished your job and earned: $%d", cash); i tried using %i integer instead of %...
214
too lazy to make stock lel.. basicaly pawn Код: cash = GivePlayerMoney(playerid, random(500) + 1000); should work?
214
Try pawn Код: if(strcmp(cmd, "/makeleader", true) == 0)    {        if(IsPlayerConnected(playerid))        {            tmp = strtok(cmdtext, idx);            if(!strlen(tmp...
213