2 Questions
#1

1. How do i check if a player has any weapons?
2. How do i fix this error?
Код:
[16:01:07] Script[gamemodes/bus.amx]: Run time error 20: "Invalid index parameter (bad entry point)"
Reply
#2

https://sampwiki.blast.hk/wiki/GetPlayerWeapon

Find a players weapon.
Reply
#3

Runtime Error 20: You forgot the main() {} function in your gamemode.
Reply
#4

Quote:
Originally Posted by Vince
Посмотреть сообщение
Runtime Error 20: You forgot the main() {} function in your gamemode.
So i add main(); at the top of my script or? :S
Reply
#5

main()
{

}

Is what you need.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)