OnFilterScriptInit
#1

Is there a way to use playerid in OnFilterScriptInit ?

Because iam making a Filterscript, But i need to put my function under OnFilterScriptInit, But, i will get a errror:

Код:
(32) : error 017: undefined symbol "playerid"
Thats under OnFilterScriptInit, Is there a way to fix this ?


Greetingz
Gforce
Reply
#2

for(new playerid; playerid<MAX_PLAYERS; playerid++)
{
// your script here
}
Reply
#3

Quote:
Originally Posted by |)ЂΩ†{−}ЂR™ – Dare To Die
for(new playerid; playerid<MAX_PLAYERS; playerid++)
{
// your script here
}
Thank you!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)