Search Results
Hey, When I enter a vehicle with my toys attached and they all deattached, How do I fix that? Код: public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger) { Seatbelt[playerid] = 0;...
54
Quote: forward SetVehicleEngine(vehicleid, playerid); public SetVehicleEngine(vehicleid, playerid) { new string[128], name[MAX_PLAYER_NAME]; GetPlayerName(playerid, name, sizeof(name)); ne...
117
Hey, When I turn of my car engine in game it does not say for other people when I turn of my engine, and on other servers when you turn of your vehicles engine it said for other people like "John has ...
117
Quote: Could you paste the code? Here is the code. Code: Quote: new string[128], choice[32], doorid, amount; if(sscanf(params, "s[32]dD", choice, doorid, amount)) {...
118
Hello all, when I make a House, business or a dynamic door I get this error every time... How do I fix this? Code: Quote: [18:53:56] [zcmd] [James]: /ddnext [18:54:06] [zcmd] [James]: /dd...
118
Hello, I'm looking for NOOSE Base HQ Map like on NGG and other servers..... Anyone got a NOOSE base HQ map? Thanks.
45
Hey, I'm testing out High Street's Roleplay script and I was trying to make business and there is no command such as /biznext , /bizedit..... and when I look at the Admin commands one of the commands ...
153
Quote: pawn Code: if(strcmp(cmd, "/whereis", true) == 0) if(Logged[playerid] == 1) { if(Cop[playerid] || FBI[playerid] || SWAT[playerid]) // Change those. { tmp = strtok(cmdtext, idx); if(...
173
Quote: like a gps system? Yes. but only the Police can use it.
173
Hello all, I'm looking for a command that tracks a player something like /hfind..... Thanks.
173
Hello all, I'm looking for the Object ID of the LSPD lockers... Anyone know what the Object ID is? Thanks.
42
When I compile my gamemode it keep giving me these errors, how do I fix these errors? Errors: Quote: C:\Users\Admin\Desktop\VGRP.pwn(3448 ) : warning 235: public function lacks forward de...
60
When I kick, or ban someone it does not say why the got kicked, or banned for anyone know how to fix this? Pawn Code: Quote: CMD:kick(playerid, params[]) { if (PlayerInfo[playerid][pAd...
64
I did that and I get these errors. Error: Quote: C:\Users\James\Desktop\Second Life Gaming RP\SLRP.pwn(1294) : error 017: undefined symbol "Player" C:\Users\James\Desktop\Second Life Gam...
134
Quote: Your problem comes from the fact that this code pawn Code: else if(PlayerInfo[playerid][pAdmin] >= 999999) { new string[128]; format(string, sizeof(string), "(( Server Owner %s:...
134
Quote: Code: CMD: o(playerid, params[]) { new AdminRank; AdminRank = PlayerInfo[playerid][pAdmin]; if(gPlayerLogged{playerid} == 0) { SendClientMessageEx(playerid, COLOR_GREY, "You're not...
134
When I go in game and chat in /o it does not come up with your Admin Rank, it only said 'Administrator', can anyone help me to get this set to the correct player rank!? Code: Quote: CMD:...
134
Quote: Do you have your sscanf include updated? Yes. Can you send me the newest sscanf update link ?
96
When I Compile my .pwn I get theses warnings: Pawn Code: Quote: C:\Users\James\Desktop\Second Life Gaming RP\SLRP.pwn(4433) : warning 203: symbol is never used: "seek" C:\Users\James\Desk...
96
How do I make a /buyfood command for roleplay server with ZCMD?
91