29.07.2018, 13:37
Quote:
Hi,
I am new to pawno and i am getting the below problems,i hope i will get a solution of these here. 1.When i join my server the Objects are not loading at my first spawn.I need to type /kill to see them at respawn. 2.When i use the command /kill ,it kill the player but in chat it shows "Server Unknown command".I wanna know how can i fix it(like it shows other message"You have killed yourself" in red color). 3.It is also showing a warning when i compile it,if you have any solution for it than it would be helpful for me. I had just started scripting so i don't know much about terms so i started to edit default bare.pwn file and i am pasting my whole pawno code below For video check this link :https://*********/DE7bzNXBetQ Regards, MarquX |
PHP код:
public OnPlayerSpawn(playerid) {
SetPlayerPos(playerid,-1313.267,5.572,13.0);
SetPlayerInterior(playerid,0);
return 1;
}