Help Errors
#1

Код:
public OnPlayerUpdate(playerid)
{
CheckWeapons(playerid);
return 1;
}
Код:
D:\Documents and Settings\Miki\Desktop\Roleplay\gamemodes\rp.pwn(10912) : error 029: invalid expression, assumed zero
D:\Documents and Settings\Miki\Desktop\Roleplay\gamemodes\rp.pwn(10912) : error 004: function "S@@_OnPlayerUpdate" is not implemented
Reply
#2

Try adding these to the top of your script:

pawn Код:
#include <a_samp>
#include <core>
#include <float>
#include <string>
#include <file>
#include <time>
#include <datagram>
#include <a_players>
#include <a_vehicles>
#include <a_objects>
#include <a_sampdb>
If that doesn't fix your problem, make sure these files are all in your pawno/include folder.

If it still gives you the error, make sure the includes are updated.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)