Search Results
it gives me Error 100:fatal error 100: cannot read from file: "dudb" help?
2,123
u mean u don't know how to get the coordinates? if that is what you mean do this : 1.go in game 2. type /save on the place where u want the coordinates from 3.goto you gta san andreas user files the...
108
Quote: Originally Posted by Breto Is that your ONLY Command ? or you have other CMD's ? this is my only command at the moment yes. Code: public OnPlayerCommandText(playerid, cmdtext[]...
149
Quote: Originally Posted by aco_SRBIJA try copping this and putting in chat Code: /islandairport Still says : SERVER:Unkown Command
149
Quote: Originally Posted by aco_SRBIJA pawn Code: SendClientMessage(COLOR_RED,"You have been teleported to islandairport"); U made fail there. it should be like pawn Code: SendClientMe...
149
when i do compile it gaves me the error : TestServer.pwn(330) : error 035: argument type mismatch (argument 2) But i can't find what i did wrong. Code: if (strcmp("/islandairport", cmdtext, true...
149
Quote: Originally Posted by BoyDenker still error 001 EDIT : nvm it worked thanks all worked EDIT : it didn't work when i type /url in game it says : SERVER UNKNOWN COMMAND or someth...
132
Quote: Originally Posted by Dwane pawn Код: public OnPlayerCommandText( playerid, cmdtext[ ] ){    if( strcmp( "/url", cmdtext, true, 4 ) == 0 )    {        SendClientMessage( ...
132
then i get this error + warning : TestServer.pwn(329) : error 001: expected token: ",", but found ";" TestServer.pwn(333) : warning 217: loose indentation
132
i was trying to make a simple SendClientMessage command but i gives me the error 001 and i have no idea how to fix it. my Command : Код: if (strcmp("/url", cmdtext, true, 10) == 0) { S...
132
Quote: Originally Posted by JordanMaddox Loving this tutorial thanks! same
1,199