Search Results
I want to use this in an RP server, how can I make it so that it automatically saves position on exit and automcatically loads on startup
599
Does this save the players postion on exit and reloads it on connection?
599
pawno\include\foreach.inc(22 : fatal error 100: cannot read from file: "YSI\internal\y_natives" Happens when i use foreach, no others errrors
73
Well before I updated to 0.3x these commands worked, now they dont, all other commands work though CMD:engine(playerid,params[]) { new engine,lights,alarm,doors,bonnet,boot,objective; ...
58
You should add a cost for the ad, like whenever someone creates an ad it costs like 2500
273
when i put all my zcmds commands above ongamemodeinit none of em work.
177
nvm fixed it had to put new lspdgate with the create object
177
All my ZCMD Commands are placed outside of a callback. Now when I placed the Line at gamemode init i got huge errors. Unknown Symbol LSPDGATE1 was one of em
177
No I have a LSPDGATE1 command. I use ZCMD Код: new LSPDGate1Open; new LSPDGate1; new stock GateTimer; LSPDGate1 = CreateObject(968,1544.5999756,-1630.9000244,13.3999996,0.0000000,0.0000000,87.994...
76
Hi How could I make a single Gate command, which all Law Enforcing teams could use. Like /gate at LSPD would open lspd gate even if it was a FBI member. And a LSPD member could open FBI gate. One /gat...
76
Making Gate: Код: new LSPDGate1Open; new LSPDGate1; new stock GateTimer; LSPDGate1 = CreateObject(968,1544.5999756,-1630.9000244,13.3999996,0.0000000,0.0000000,87.9949036); Errors on LSPDGate1 = C...
177
That would be nice. Android will be good too as a lot of people have android.
660
Any Ideas? I searched but couldnt find anything which also put into account what if player was riding a bike. I have ZCMD.
83
How can I set a default team(civillains team_civillian). First time someone logs in he is team civillian.
1,619
new vid = GetPlayerVehicleID(playerid);
230
I have already defined all colours. Heres what I have now for the engine CMD:carengine(playerid,params[]) { new engine,lights,alarm,doors,bonnet,boot,objective; GetVehicleParamsEx(vid,eng...
230
Mr Annoymous what is the SendClientMessage(playerid, -1, "Engine turned ON"); in your code how do I change the the colour and what does the -1 stand for. Also I got errors S:\Program Files\SG-RP Cust...
230
I will just stick with /engine, seems a lot easier. Thanks for the help. Babul I am a beginner scritper, I was really confused with your post. I have done Java, so Pawn/C++ is quite new to me
230