Posts: 577
Threads: 199
Joined: Aug 2010
Reputation:
0
This include caused my entire script to error on the PUBLIC functions. When included, it errors. When removed, it compiles perfectly fine. Anyone else experience this?
Posts: 3,324
Threads: 96
Joined: Sep 2013
Quote:
Originally Posted by Rokzlive
This include caused my entire script to error on the PUBLIC functions. When included, it errors. When removed, it compiles perfectly fine. Anyone else experience this?
|
Nope, nobody except you. So it is definitely something in your script.
Posts: 155
Threads: 36
Joined: Oct 2016
Reputation:
0
How can i make a function example /location
and to display player location
example: /location
[chat] : Playername(without the ID): is located in [/greencolor]Blueberry Acres[/greencolor]?
Posts: 15
Threads: 0
Joined: Sep 2017
Reputation:
0
D:\CGRP(UG-EDIT)\gamemodes\vano.pwn(111) : warning 203: symbol is never used: "grove"
help
Posts: 125
Threads: 2
Joined: Jun 2014
Reputation:
0
#pragma unused grove
or just remove the declared variable called grove.
Posts: 7
Threads: 1
Joined: Dec 2018
Reputation:
0
pawno\include\zcmd.inc(35) : error 025: function heading differs from prototype
pawno\include\zcmd.inc(36) : error 025: function heading differs from prototype
And the lines are these:
forward OnPlayerCommandReceived(playerid, cmdtext[]);
forward OnPlayerCommandPerformed(playerid, cmdtext[], success);
How to fix this?