KTech-File: error
#1

-----
Reply
#2

Update you file server
Reply
#3

Quote:
Originally Posted by crukk11
Посмотреть сообщение
Update you file server
Stop replying useless replies,

@Oficer, First of all Add this in your script:

PHP код:
stock IsNumeric(const string[])
{
    for (new 
0strlen(string); ji++)
    {
        if (
string[i] > '9' || string[i] < '0') return 0;
    }
    return 
1;

PHP код:
stock IsPlayerAimingAtPlayer(playeridtargetplayerid) {
  new 
Float:xFloat:yFloat:z;
  
GetPlayerPos(targetplayeridxyz);
  return 
IsPlayerAimingAt(playeridxyz1.1);

@Oficer, Please can you post your 78 line, and 37127 line, to see what's the problem?
Reply
#4

-----
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)