Search Results
pawn Code: public OnPlayerConnect(playerid){    SetPlayerMapIcon( playerid, 24, 1480.6437,-1750.6328,15.4453, 52, 0, MAPICON_LOCAL); // you forgot ";"    return 1;} and MAPICON_LOCAL ?? do you h...
104
Quote: Originally Posted by maramizo *cough* What's GMX? GMX = restarting command (rcon) for samp
107
You just need a timer for this like: //At the top of your script new sec,min,hour,time; forward Counter(); main() { time = SetTimer("Counter",1000,1); } public Counter() { sec ++; if(sec == 60) { se...
106
what is your error? could you give the error line
104
Actually not, define is only if you want to make 2 things with the same meaning or something like this... it's like this: #define COLOR_RED 0xF60000AA color red is the same as 0xF60000AA and 0xF60000A...
90
there are serveral tools search for: "COLOR PICKER TOOLS" or something like this
90
Quote: SetPlayerMapIcon(playerid, iconid, Float, Float:y, Float:z, markertype, color, style) Yeah, you should add this to "OnPlayerConnect" then everybody can see it.
104
for(new i = 0; i < MAX_VEHICLES; i++) { if(GetVehicleModel(i) != 481)//BMX { new engine,lights,alarm,doors,bonnet,boot,objective; SetVehicleParamsEx(i,0,lights,alarm,doors,bonnet,b oot...
175
nope CarOwner[playerid] is the vehicle id... and the other problems ? i dont think so because other infomations are saved
74
Hello guys... I wanna save the 'VehicleComponents' of the bought vehicles I did: pawn Код: new comp;comp = GetVehicleComponentInSlot(CarOwner[playerid],CARMODTYPE_SPOILER);dini_IntSet(file,"CSlot0...
74
Why did you use printf ? lol and it's still not working
211
with a normal disconnecting the file saves the cords (i looked) etc. but with a GMX they get lost
211
I made what you said but ... it's still the same problem if i leave and join again my car respawns at the same position but if i do GMX it's away...
211
Yes you're right ... lol but the server still doesn't save ... it's just: pawn Код: LastID=0CModel=0PosX=0.000000PosY=0.000000PosZ=0.000000Angle=0Health=0.000000
211
Hello guys! I made an easy carownership system but there is one little problem that i can't solve... Here is the post: pawn Код: new file[128];    new Float:x,Float:y,Float:z;    new pName[MA...
211
Hello Guys, I've got a problem with this command, i don't know how to use the weapon names instead of weapon id's. (Actually this is a command for my "Weapon Dealer" job) pawn Код: if(strcmp(cmd...
50
I would say, go and search a login/register system.
105
actually i meant this command: if(IsPlayerConnected(i))
181
try this: for(new i; i<MAX_PLAYERS; i++) if(IsPlayerConnected(i)) { ApplyAnimation(i, "DANCING", "dance_loop", 6.0, 1, 0, 0, 1,0); }
181