29.08.2009, 10:16
Hello, i am a scripting beginner and i am trying to make a roleplay script!
Now i just finished my some commands! like /me /s /b and the local chat!
But i get this error:
And here is the script i am working on:
http://pastebin.com/m328e88a8
This is a begginer script that a guy posted on the fourms, so i want to edit it!
But i cant get the /me cmds and such to work!
plz help!
Now i just finished my some commands! like /me /s /b and the local chat!
But i get this error:
Код:
G:\samp02Xserver.win32\gamemodes\AntonioRP.pwn(563) : warning 217: loose indentation G:\samp02Xserver.win32\gamemodes\AntonioRP.pwn(590) : warning 217: loose indentation G:\samp02Xserver.win32\gamemodes\AntonioRP.pwn(595) : warning 219: local variable "string" shadows a variable at a preceding level G:\samp02Xserver.win32\gamemodes\AntonioRP.pwn(623) : warning 219: local variable "string" shadows a variable at a preceding level G:\samp02Xserver.win32\gamemodes\AntonioRP.pwn(638) : warning 219: local variable "tmp" shadows a variable at a preceding level G:\samp02Xserver.win32\gamemodes\AntonioRP.pwn(640) : warning 219: local variable "playername" shadows a variable at a preceding level G:\samp02Xserver.win32\gamemodes\AntonioRP.pwn(675) : warning 219: local variable "playername" shadows a variable at a preceding level G:\samp02Xserver.win32\gamemodes\AntonioRP.pwn(703) : warning 217: loose indentation G:\samp02Xserver.win32\gamemodes\AntonioRP.pwn(707) : error 017: undefined symbol "gPlayerLogged" G:\samp02Xserver.win32\gamemodes\AntonioRP.pwn(707) : warning 215: expression has no effect G:\samp02Xserver.win32\gamemodes\AntonioRP.pwn(707) : error 001: expected token: ";", but found "]" G:\samp02Xserver.win32\gamemodes\AntonioRP.pwn(707) : error 029: invalid expression, assumed zero G:\samp02Xserver.win32\gamemodes\AntonioRP.pwn(707) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.
http://pastebin.com/m328e88a8
This is a begginer script that a guy posted on the fourms, so i want to edit it!
But i cant get the /me cmds and such to work!
plz help!