Search Results
I have an issue with GameTextForPlayer .
The text are the numbers from a countdown but insted the textdraw prints 182 instead of the right number .
I added a print function and it prints the right...
135
The string is shown to the player on OnPlayerConnect
274
Now just not to make another topic , i need have a new issue with my texdraw .
I am using a textdraw to keep track of the number of players who joined the event.
Well the problem is that once i us...
274
Код:
xmania4.pwn(52495) : warning 213: tag mismatch
xmania4.pwn(52495) : warning 202: number of arguments does not match definition
xmania4.pwn(52504) : warning 213: tag mismatch
xmania4.pwn(52504...
274
Код:
[19:31:53] [debug] Run time error 4: "Array index out of bounds"
[19:31:53] [debug] Accessing element at index 65535 past array upper bound 999
[19:31:53] [debug] AMX backtrace:
[19:31:53] [...
117
i fixed the problem , thank you alvtr for showing me one of my mistakes that shown me all my errors
175
so something like
PHP код:
if(strfind(inputtext,"%%") == 0) return SendClientMessage(playerid,COLOR_RED1,"Nu mai fi taran");
would work ?
283
PHP код:
if(PlayerInfo[playerid][pAdmin] == 0 && PlayerInfo[playerid][pHelper] <= 0)
{
if(ReportTime[playerid] == 4) return...
283
Recently players started exploiting the SendClientMessage function.
For example if you write /report %s the server will try to output , but as the string contains %s the server would crash .
I'm sorr...
283
PHP код:
if(dialogid == DIALOG_NEWPASS)
{
if(response)
{
new length = strlen(inputtext);
i...
110
check your mysql password , database name etc.to be correct on mysql_connect
318
ph come on , there must be someone ....
326
PHP код:
forward OnPlayerEnterDynamicCP(playerid,checkpointid)
public OnPlayerEnterDynamicCP(playerid,checkpointid)
{
for(new i = 0; i < MAX_HOUSES;i++)//Pregl svih kuca
{
if(check...
112