in my trucking server cant get weapon
#1

anyone say me how can i stop weapon shield for i can use /giveweapon say me please
Reply
#2

Start learning scripting and look at your script...
Seriously, you are annoying me with dumb questions.
We are not going to script your server... Find stuff out yourself and stop making stupid posts...

Anyway... Weaponshield is an object.. Look for it in your script...
Reply
#3

on my script? Can u say me Where ? filterscript gamemode Scriptfiles ?
Reply
#4

in your gm is somewhere a timer or something else that resets your weapons
Reply
#5

ok i look
Reply
#6

look for ResetPlayerWeapons
Reply
#7

Thank u
Reply
#8

works ?
Reply
#9

// Delete all weapons from the player
ResetPlayerWeapons(playerid);

// Set the missiontext based on the chosen class
switch (APlayerData[playerid][PlayerClass])
{
case ClassTruckDriver: // Truck-driver class
{
format(missiontext, sizeof(missiontext), Trucker_NoJobText); // Preset the missiontext
SetPlayerColor(playerid, ColorClassTruckDriver); // Set the playercolor (chatcolor for the player and color on the map)
}
case ClassBusDriver: // Bus-driver class
THIS ?
Reply
#10

and if u know where is for repair /work ...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)