Search Results
Hmm..
pawn Код:
new CP;CMD:teleport(playerid,params[]){ SetPlayerPos(playerid,x,y,z); CP = CreateDynamicCP(x, y, z, size, -1, -1, playerid); return 1;}OnPlayerEnterDynamicCP(player...
148
Quote:
Originally Posted by AeroBlast
I re-installed SA:MP, I re-installed GTA SA
^
|
|
|
997
Quote:
Originally Posted by AeroBlast
Done that several times.
Still nothing....
997
I really need help, I'm out of ideas...
997
Well, I added a server to my favorites, and it doesn't show up.
It just says: (Retrieving Info...) blah.blah.blah
But, I know that the server is online (see my signature), and I ain't banned from it...
997
wiki.sa-mp.com/wiki/Function:SetVehicleToRespawn
Under OnVehicleDeath
221
Use timer/variables.
https://sampwiki.blast.hk/wiki/SetTimer
165
pawn Code:
public OnVehicleDamageStatusUpdate(vehicleid, playerid) //Get called every time a vehicle health changes (I think){ new Float:health; //Creating a variable for the car's health G...
402
I think you got every vehicle twice
145
Ofcourse,
pawn Код:
OnPlayerText(playerid,text[]){ if(text[0] == '#') { if(PlayerInfo[playerid][AdminLevel] == 0) return 1; else { new s...
284
pawn Код:
OnPlayerText(playerid,text[]){ if(text[0] == '#') { new string[128]; format(string,128,"You typed: %s!",text[1]); SendClientMessage(playerid,0x...
284
pawn Код:
SetTimerEx("ShowDialog",2000,false,"i",playerid); //At the spot where you start your timerforward ShowDialog(playerid);public ShowDialog(playerid) return ShowPlayerDialog(playerid,2,DIAL...
200