Search Results
Tried it for the first time on my older brothers PC around 2007, I downloaded it to my own PC february 2010
14,695
pawn Код: public OnPlayerStateChange(playerid, newstate, oldstate){    if (newstate == PLAYER_STATE_DRIVER)    {        new vehicleid = GetPlayerVehicleID(playerid);        if(vipcar[v...
194
pawn Код: public OnPlayerStateChange(playerid, newstate, oldstate){    if (newstate == PLAYER_STATE_DRIVER)    {        new vehicleid = GetPlayerVehicleID(playerid);        //Place you...
194
https://sampwiki.blast.hk/wiki/GameTextStyle https://sampwiki.blast.hk/wiki/GameTextForPlayer
58
pawn Код: TextDrawShowForPlayer(playerid,kopanjetimer); Should be: pawn Код: PlayerTextDrawShow(playerid, kopanjetimer);
76
Try this: pawn Код: public OnPlayerStateChange(playerid, newstate, oldstate){    if (newstate == PLAYER_STATE_DRIVER)    {        new vehicleid = GetPlayerVehicleID(playerid);        ...
104
pawn Код: ApplyAnimation(playerid, "CARRY", "liftup", 3.0, 0, 0, 0, 0, 0, 1);
87
Quote: Originally Posted by Vincenzo0 What you could do is, press on start, write in "cmd" and then write "ipconfig" and press enter. Scroll up and check your IPv4 Address, it's usually so...
298
NoSoap answered your question, why are you ignoring his answer?
298
pawn Код: CMD:respawncar(playerid, params[]){    if(alevel[playerid] < 1) return SCM(playerid, BIELA, "[ ! ] Nemбљ dostatoc(nй Admin Prбva !");    static        vehID    ;    ne...
135
Eum.. Isn't that what you're looking for? If not, please be more specific.
135
Quote: Do Not Request Private Help - These are public forums where anyone can request free help in public, and to that end people will generally need to be able to see your code to help yo...
85
pawn Код: CMD:respawncar(playerid, params[]){    if(alevel[playerid] < 1) return SCM(playerid, BIELA, "[ ! ] Nemбš dostatoc(nй Admin Prбva !");        static        vehID    ; ...
135
Quote: Originally Posted by rangerxxll Use the OnPlayerCommandPerformed callback with zeex's zcmd. pawn Код: if(!success) return SCM(playerid,COLOR, "Please use /help for available com...
131
Can you explain more on #1? An example for #2. pawn Код: public OnPlayerDeath(playerid, killerid, reason){    if(IsPlayerConnected(killerid) && killerid != INVALID_PLAYER_ID)    {  ...
131
You can add a timer to the textdraw when you've created it.
83
Use the search button mate.. https://sampforum.blast.hk/showthread.php?tid=496120
111