Help!! i cant use commands or type! -
axeliscool - 24.04.2012
Today i bought a server.. first time i did it.. i got nothing installed yet.. when i go on the server it goes into ''Grandlarc''
so i chose my skin and play.. but now when i want to type somthing.. it gives a error saying
You can only chat one time once every 2 second.
and the same for ''/enter'' to get in a house or somthing..
I an VERRY new to this.. so if any of you have skype or somthing so we can talk about it and help me out it would be so much apreciated!! <3
Thanks!
Skype name: Psycickiller
Re: Help!! i cant use commands or type! -
Claude - 24.04.2012
Are there any filterscripts included?
If
yes: unload every filterscript, until the error stops
If
no: I assume the problem is in the gamemode. Look in the gamemode for "
You can only chat one time"
Re: Help!! i cant use commands or type! -
[swat]dragon - 24.04.2012
you got the standard configuration of a new server, which include a FS that causes this error.
you should unload all your FS's, and reload them 1 by 1 'till you find the one that causes it
just do /rcon login your_rcon_password
then /rcon unloadfs fs_name_here
then you try commands, if it says this error again, isn't that FS, reload it and unload another one.
Re: Help!! i cant use commands or type! -
axeliscool - 24.04.2012
i found the problem.. it was a FS yes.. But now if i get a RP plugin in the server.. i start on a random place.. where i fall trough the ground for 2-3 sec's and then i stand on the street with the CJ skin (single player skin)
there are No cars to be seen around..
Re: Help!! i cant use commands or type! -
Squirrel - 25.04.2012
Set these OnPlayerConnect
PHP код:
SetVirtualWorld(playerid, 0);
Also use
PHP код:
OnPlayerObjectsLoaded
It's not part of SA:MP and you must look for it.
It will help you with falling thru the ground. Problem is that there is certain object that you are spawning on or wrong coordinates of your spawn. Check those FS's if there is any coordinates that could mess up player on Spawn with some random coordinates.