Search Results
Server and client. Please someone help me out... I would like it I can't use the newest version because my script doesn't support it. But, I've had it before and I must have deleted it off of my flash...
78
I am trying to get it to where whenever you are not even in a vehicle the vehicles will blow up and take damage. How would I script that, because I'd really like it in my pawn script. Thanks in advanc...
53
if(IsPlayerConnected(para1)) { new Float:testcar[3]; GetPlayerPos(para1, testcar[1], testcar[2], testcar[3]); new Float:Angle; GetPlayerFacingAngle(para1, Angle); new car = CreateVehicle(veh...
77
Please help Код: if (strcmp(cmdtext, "/gotoxyz", true) == 0) { if(IsPlayerConnected(playerid)) { new Float:X, Float:Y, Float:Z; tmp = strtok(cmdtext, idx); if(!strlen(tmp)) ...
52
Where do I find all of the Special Actions, weapons and cars 'n' stuff?
129
How do I spawn a jetpack on your person in a command like /jetpack. It would be on your back.
111
Well here is the problem, I do the /save command. It says, "InCar: position saved." I goto my San Andreas directory but, I don't see the "savedpositions.txt" file. Tried right-clicking SAMP and run as...
109
Well in which script do I add that and where, in "OnGameModeInit()" or??
123
Well I checked all of my filterscripts and ShowPlayerMarkers(0), wasn't found. Hmm... don't know what could be wrong. By the way, I'm using SA-MP version 0.3b.
123
How do you enable player markers on the map, I used ShowPlayerMarkers(1) in OnGameModeInit(). Then also put SetPlayerColor(playerid, 0xFF0000FF), in OnPlayerConnect(). I'm using the latest sa-mp serve...
123