Search Results
It seems to be working, thanks man [rep+]
122
That was just an example, I need it elsewhere in the script... and I can't do it like you said.
122
If I have this enum: Код: enum cData { cSlot1, cSlot2, cSlot3 } new ChannelInfo[MAX_PLAYERS][cData]; Is there any way that I can get the value of the first term? Example Код: ChannelInfo[...
122
Код: format(string,sizeof(string),"[A-CHAT] [*%d] %s (%d): %s",PlayerInfo[playerid][pAdmin],Name,playerid,result);
114
No, it wasn't gonna work from the beginning, when you togglespectator the corpse of the player despawns... Tried it out and didn't work, the camera points at the sea
285
When a player dies, it should freeze the player and Apply a death animation, leaving the player on the ground for 60 seconds before he can respawn. The problem is the animation... Other players can se...
285
When I type in the command, it sets the wrong skin, I think it's an array problem Код: new FactionLeaderSkin[][3] = {264,265,113}; CMD:makeleader.. { .. PlayerInfo[id][pSkin] = s...
80
@Pottus Thanks man, I see more sense and potential in your system, I myself didn't think about that possibility.
99
post this under OnFilterscriptInit: ManualVehicleEngineAndLights();
81
How to check if an int is in an array For example: Код: new lspdinf[2],lspdche[4],lspdbul[4]; public OnGamemodeInit() { lspdinf[0] = AddStaticVehicleEx(411,1528.7384000,-1683.8818400,5.69...
99
https://sampwiki.blast.hk/wiki/GetVehicleVelocity
108
doesn't change anything, same errors :c
180
I get this error when i try to use sscanf for a /v command Rp.pwn(3630) : error 035: argument type mismatch (argument 1) Rp.pwn(3632) : error 035: argument type mismatch (argument 1) Код: CMD:v(...
180
Quote: Originally Posted by FUNExtreme tquery needs to know what kind of data you're passing to it. Код: mysql_tquery(MySQL,string,"OnPlayerDataLoad","d", playerid); Here's fairly up-t...
105
Quote: Originally Posted by VishvaJeet Код: mysql_tquery(MySQL,string,"OnPlayerDataLoad","d",playerid); Try this Saved my day , rep++
105