Search Results
C:\Users\Gharrett\Desktop\Rebel Gaming\pawno\include\AttachStreamToObject.inc(39) : error 010: invalid function or declaration C:\Users\Gharrett\Desktop\Rebel Gaming\pawno\include\AttachStreamToObject...
397
im using that include now i get these C:\Users\Gharrett\Desktop\Rebel Gaming\pawno\include\AttachStreamToObject.inc(79) : error 010: invalid function or declaration C:\Users\Gharrett\Desktop\Rebel Ga...
102
Код: if(strcmp(cmdtext, "/siren1", true) == 0) { siren1[playerid] = CreateObject(2226,0,0,0,0,0,0); new Float:VPos[3]; GetVehiclePos(playerid,VPos[0],VPos[1],VPos[2]); AttachObjec...
102
i cant get the Timer to Work and i had to change the Objects to Object, as Objects is Already Defined in my Script for my NPC Bus System
119
i want it on a Timer so it Automatically deletes the object
119
i will Rep the First One who Can Script the Command to Create the Command for me, since im not good at commands, i want it to create the objects and place them on a timer so they automatically turnoff
119
hello there, i want to take these objects Quote: if (strcmp("/fdtl", cmdtext, true, 5) == 0) { CreateObject(19294, -1553.23, -1608.65, 41.26, 0.00, 0.00, 0.00); CreateObject(19294, -...
119
i need these commands converted to strcmp format please, rep will be given to the first person to do so Код: CMD:hitch(playerid, params[]) { if (IsTrailerAttachedToVehicle(GetPlayerVehicleID(...
77
now if i add that to one model does it add it to all the models with the same id? , because i want to add a Yosemite to the police department, but still be able to have civilian Yosemite\'s also , is ...
105
would that move with the vehicle as i drive?
105
yes im wondering on how to make a lightbar appear as this server did on theres, when the car moved the lightbar moves with it, i have seen this done on multiple servers but do not know how to do it, c...
105
its to basic looking, it needs more tree's or something but good job
759
this generally means you dont have plugins configured correctly, check your server_log file
98
Code: CMD:els(playerid, params[]) { if (GetPlayerState(playerid) != PLAYER_STATE_DRIVER) { return SendClientMessage(playerid, -1, "* You are not the driver!"); } ...
59
i need this command from strcmp to zcmd (CMD format if possible Код: if(strcmp(cmd, "/usephone", true) == 0) { if (!IsAtPPhone(playerid)) { SendClientMessage(playerid, COLOR_GRAD2, " You are ...
72
Quote: Originally Posted by Infinity90 pawn Код: // change this line if(IsPlayerConnected(i) && IsPlayerSpawned(i))// too thisif(IsPlayerConnected(i) && IsPlayerSpawned...
122