Doesn't load
#1

public OnFilterScriptInit()
{
print("\n--------------------------------------");
print(" SPK Admin system loaded successfully!");
print("--------------------------------------\n");
SCMA(yellow, "Welcome. Type /register to register your account, or /login if you already have one.");
for(new i=0; i<MAX_PLAYERS; i++)

That thing " SPK Admin system loaded successfully!" should be seen in the samp-server but its not it just says
"Loading filterscript 'spkadmin.amx'
Loaded 2 filterscripts.

Please please help me i even loaded sscanf plugin but doesn't work please help me load it correctly
Reply
#2

lol does it works properly?
Reply
#3

The script works but when i load it and see in ingame it doesn't please help me maybe team viewer and u can help i really need help
Reply
#4

It crashes while loading then, and so the rest of the function is called. Probably a problem in the for loop, invalid array index or something.
Reply
#5

Can you add me on skype or something and help me? please?
Reply
#6

Try to use 'printf(" SPK Admin system loaded
successfully!");' instead of 'print(" SPK Admin system loaded
successfully!");'
Reply
#7

@electrux : Doesn't work. Please help me
Reply
#8

Wait.. how are you using SCMA in OnFliterScriptInit()?! It dont work there at all. Its not made for that. OnFilterScriptInit() is only for samp-server.exe not for client at all. Remove SCMA from there and try. That should do it . SCMA comes in OnPlayerConnect().
AND if thats the end of your OnFilterScriptInit() , you should also use ' return 1; '.

Hope i helped .
Reply
#9

This is kinda long time ago. But still +rep for you for helping.
Reply
#10

thx .
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)