Errorr -.- =>
#1

PHP код:
dcmd_jail (playeridparams[])
{
    new 
giveidtimestr[128];
    if (!
IsPlayerAdmin(playerid)) return SendClientMessage(playerid, -1"You can't use this cmd.");
    if (
sscanf(params"ui"giveidtime)) return SendClientMessage(playerid, -1"USAGE: /jail [ID] [TimeInMilliSeconds]");
    if (
giveid == INVALID_PLAYER_ID) return SendClientMessage(playerid, -1"Invalid player ID!");
    
CagePlayer(giveid);
    
format(strsizeof(str), "You are now jailed for %i milliseconds!"time);
    
SendClientMessage(giveid, -1str);
    
jailtimer SetTimerEx("UnJailPlayer"timefalse"i"giveid);
    return 
1;

PHP код:
:\Documents and Settings\Arlind\Desktop\fsdf\filterscripts\Project.pwn(5980) : error 017undefined symbol "jailtimer"
Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
1 Error

Reply


Messages In This Thread
Errorr -.- => - by gekas - 18.05.2014, 09:48
Re: Errorr -.- => - by Ciandlah - 18.05.2014, 09:50
Re: stupid title -.- => - by Vince - 18.05.2014, 09:54
Re: Errorr -.- => - by gekas - 18.05.2014, 09:54
Re: Errorr -.- => - by Ciandlah - 18.05.2014, 09:57
Re: Errorr -.- => - by Threshold - 18.05.2014, 10:37
Re: Errorr -.- => - by SyntaxQ - 18.05.2014, 10:54
Re: Errorr -.- => - by GeekSiMo - 18.05.2014, 10:56

Forum Jump:


Users browsing this thread: 2 Guest(s)