17.06.2011, 02:59
(
Последний раз редактировалось MrSolid95X; 14.03.2016 в 22:49.
)
fuccccccc
public OnGameModeInit()
UsePlayerPedAnims();
{
SetGameModeText("ThuG V1");
public OnGameModeInit()
{
UsePlayerPedAnims();
SetGameModeText("ThuG V1");
C:\Users\Blue\Desktop\Untitled.pwn(1009) : error 021: symbol already defined: "OnPlayerCommandText" //You can see the line in here is 1009. Simply go to that line and check what the error is about. No worry, this time i will fix them for you :P
if(strcmp(cmd, "/givecash", true) == 0)
if(!strcmp(cmdtext, "/test"))
if(strcmp(cmdtext,"/test", true) ==0)
SendClientMessage(playerid, , "Test"); // I fixed it though ...