Posts: 73
Threads: 12
Joined: Jun 2013
Reputation:
0
i was using strcmp , and when i connect to my server ( local host / samp.exe ) no commands work at all ! but other functions work like ShowPlayerDialog , SetSpawnInfo etc .... , i though the problem is in strcmp so i removed it and i used zcmd , but the problem is the same ! all commands don't work ! please help me .
Posts: 246
Threads: 38
Joined: May 2013
Reputation:
0
Show us one of your commands
Posts: 246
Threads: 38
Joined: May 2013
Reputation:
0
Alright, type a command and then show the chat log and see what it says
Posts: 73
Threads: 12
Joined: Jun 2013
Reputation:
0
it dosen't show any thing !
no SERVER:UNKNOWN COMMAND
no thing at all ! like i haven't type it !
Posts: 246
Threads: 38
Joined: May 2013
Reputation:
0
Chat logs, show it, it ussually shows what the problem is
Posts: 73
Threads: 12
Joined: Jun 2013
Reputation:
0
[code][14:07:52] {FFFFFF}SA-MP {B9C9BF}0.3x-R1-2 {FFFFFF}Started
[14:07:55] Connecting to 127.0.0.1:7777...
[14:07:56] Connected. Joining the game...
[14:07:56] [Player] has joined the server !
[14:07:56] Connected to {B9C9BF}World's War III [WW] {v : 1.1}
[code]
Player is the CONNECT LOCAL HOST name
i was just repeating ( spamming commands ) and nothing show up
Posts: 977
Threads: 10
Joined: Apr 2011
Reputation:
0
Have you removed OnPlayerCommandText from your script?
Posts: 117
Threads: 6
Joined: Sep 2011
Reputation:
0
Have you removed OnPlayerCommandText? Are you using OnPlayerCommandPermorfed or OnPlayerCommandReceived? If yes, post them.