Need some help
#1

Solved it, delete plz
Reply
#2

You forgot

pawn Код:
return 1;
At the end of the callback.
Reply
#3

Help Me Too Pleaze
pawn Код:
I:\Games\RockStar Game Gta San Andreas\Gta Sanandreas\My Script\gamemodes\MyScript.pwn(1284) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Warning.
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    switch(random(2))   {
    case 0:SetPlayerPos(playerid, -2512.3667,-266.4278,38.9365);
    case 1:SetPlayerPos(playerid, 2134.5957,1332.6907,10.8251,85.5904);
    }
Reply
#4

Dude stop asking questions completely offtopic in random topics...
Anyway this will fix it:

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    switch(random(2))   {
    case 0:SetPlayerPos(playerid, -2512.3667,-266.4278,38.9365);
    case 1:SetPlayerPos(playerid, 2134.5957,1332.6907,10.8251);
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)