Hello guys! I want a script to send pm to another player with text "Hello, my name is Neveu"
I tried to do something but all time gave me error like " Too many players"
This is my script:
I tried to make something like that -> IF I write /tw <ID> (Player ID) then the script writes /pm <ID> TEXT.
Anybody?
I tried to do something but all time gave me error like " Too many players"
This is my script:
Code:
:TW
SAMP.IsCommandTyped(20@)
if
0AD4: 20@ = scan_string 20@ format "%d" 21@
jf @TW_1
1@ = SAMP.GetPlayerNickname(21@)
say "/pm %d, My name is Neveu!" 21@
goto @TW_2
:TW_1
print "~r~/TW <id>" 2000
:TW_2
SAMP.CmdRet
Anybody?